projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8787f54
)
(cvs-cvsrc-file): Run file names that begin with a period thru
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Oct 2008 10:10:44 +0000
(10:10 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Oct 2008 10:10:44 +0000
(10:10 +0000)
`convert-standard-filename'.
lisp/pcvs-defs.el
patch
|
blob
|
history
diff --git
a/lisp/pcvs-defs.el
b/lisp/pcvs-defs.el
index 03b8662b2fc35c49d2746820d943c3d35ad4c577..0c0236efc547fb7f0eb63cfb14062bad177b8aca 100644
(file)
--- a/
lisp/pcvs-defs.el
+++ b/
lisp/pcvs-defs.el
@@
-75,7
+75,7
@@
versions, such as the one in SunOS-4.")
;; cvsrc options
;;
-(defcustom cvs-cvsrc-file
"~/.cvsrc"
+(defcustom cvs-cvsrc-file
(convert-standard-filename "~/.cvsrc")
"Path to your cvsrc file."
:group 'pcl-cvs
:type '(file))